-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sustainable Kibana Architecture: Move modules owned by @elastic/kibana-visualizations
#202754
base: main
Are you sure you want to change the base?
Sustainable Kibana Architecture: Move modules owned by @elastic/kibana-visualizations
#202754
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
Pinging @elastic/kibana-core (Team:Core) |
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code coverage changes LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SCSS files only
...s/Users/gsoldevila/Work/kibana-visualizations/src/plugins/chart_expressions/common/README.md
Outdated
Show resolved
Hide resolved
a381a29
to
2a0f7db
Compare
8b482c7
to
f091777
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Detection changes LGTM.
⏳ Build in-progress, with failures
Failed CI StepsHistory
|
Summary
This PR aims at relocating some of the Kibana modules (plugins and packages) into a new folder structure, according to the Sustainable Kibana Architecture initiative.
Important
packages[\/\\]
andplugins[\/\\]
patterns in the source code (Babel and Eslint config files), and update them appropriately..buildkite/scripts/pipelines/pull_request/pipeline.ts
to ensure that any CI pipeline customizations continue to be correctly applied after the changed path names.ts
and.js
files listed in the sections below, as some of them contain relative paths that have been updated.Note
This PR has been auto-generated.
Do not attempt to push any changes unless you know what you are doing.
Please use #sustainable_kibana_architecture Slack channel for feedback.
29 plugin(s) are going to be relocated:
@kbn/charts-plugin
src/platform/plugins/shared/charts
@kbn/data-plugin
src/platform/plugins/shared/data
@kbn/event-annotation-listing-plugin
src/platform/plugins/private/event_annotation_listing
@kbn/event-annotation-plugin
src/platform/plugins/private/event_annotation
@kbn/expression-gauge-plugin
src/platform/plugins/shared/chart_expressions/expression_gauge
@kbn/expression-heatmap-plugin
src/platform/plugins/shared/chart_expressions/expression_heatmap
@kbn/expression-legacy-metric-vis-plugin
src/platform/plugins/shared/chart_expressions/expression_legacy_metric
@kbn/expression-metric-vis-plugin
src/platform/plugins/shared/chart_expressions/expression_metric
@kbn/expression-partition-vis-plugin
src/platform/plugins/shared/chart_expressions/expression_partition_vis
@kbn/expression-tagcloud-plugin
src/platform/plugins/shared/chart_expressions/expression_tagcloud
@kbn/expression-xy-plugin
src/platform/plugins/shared/chart_expressions/expression_xy
@kbn/expressions-plugin
src/platform/plugins/shared/expressions
@kbn/graph-plugin
x-pack/platform/plugins/private/graph
@kbn/lens-plugin
x-pack/platform/plugins/shared/lens
@kbn/unified-search-plugin
src/platform/plugins/shared/unified_search
@kbn/url-forwarding-plugin
src/platform/plugins/private/url_forwarding
@kbn/vis-default-editor-plugin
src/platform/plugins/private/vis_default_editor
@kbn/vis-type-gauge-plugin
src/platform/plugins/private/vis_types/gauge
@kbn/vis-type-heatmap-plugin
src/platform/plugins/private/vis_types/heatmap
@kbn/vis-type-metric-plugin
src/platform/plugins/private/vis_types/metric
@kbn/vis-type-pie-plugin
src/platform/plugins/private/vis_types/pie
@kbn/vis-type-table-plugin
src/platform/plugins/private/vis_types/table
@kbn/vis-type-tagcloud-plugin
src/platform/plugins/private/vis_types/tagcloud
@kbn/vis-type-timelion-plugin
src/platform/plugins/private/vis_types/timelion
@kbn/vis-type-timeseries-plugin
src/platform/plugins/shared/vis_types/timeseries
@kbn/vis-type-vega-plugin
src/platform/plugins/private/vis_types/vega
@kbn/vis-type-vislib-plugin
src/platform/plugins/private/vis_types/vislib
@kbn/vis-type-xy-plugin
src/platform/plugins/private/vis_types/xy
@kbn/visualizations-plugin
src/platform/plugins/shared/visualizations
18 package(s) are going to be relocated:
@kbn/calculate-width-from-char-count
src/platform/packages/shared/kbn-calculate-width-from-char-count
@kbn/chart-expressions-common
src/platform/packages/chart-expressions-common
@kbn/chart-icons
src/platform/packages/shared/kbn-chart-icons
@kbn/coloring
src/platform/packages/shared/kbn-coloring
@kbn/data-service
src/platform/packages/shared/kbn-data-service
@kbn/dom-drag-drop
src/platform/packages/shared/kbn-dom-drag-drop
@kbn/event-annotation-common
src/platform/packages/shared/kbn-event-annotation-common
@kbn/event-annotation-components
src/platform/packages/shared/kbn-event-annotation-components
@kbn/interpreter
src/platform/packages/shared/kbn-interpreter
@kbn/lens-formula-docs
src/platform/packages/private/kbn-lens-formula-docs
@kbn/managed-content-badge
src/platform/packages/private/kbn-managed-content-badge
@kbn/random-sampling
x-pack/platform/packages/private/kbn-random-sampling
@kbn/sort-predicates
src/platform/packages/shared/kbn-sort-predicates
@kbn/timelion-grammar
src/platform/packages/private/kbn-timelion-grammar
@kbn/tinymath
src/platform/packages/private/kbn-tinymath
@kbn/transpose-utils
src/platform/packages/private/kbn-transpose-utils
@kbn/visualization-ui-components
src/platform/packages/shared/kbn-visualization-ui-components
@kbn/visualization-utils
src/platform/packages/shared/kbn-visualization-utils
Updated references
Updated relative paths
Script errors